- Assumptions / Computer Basics
- See assumptions.md
- Global Install / Setup Server
- See appropriate instructions:
- Mac: server-mac.md
- Windows: server-windows.md
- Linux: server-linux.md
- See appropriate instructions:
- Local Install / Get & Setup Code
- New app: See setup-detailed.md
- Existing app / code repository: See cloning.md
- Run the app
- See running.md
- Make code changes
- Use the generator-mean-seed generators
- Run generators with
yo mean-seed
from the command line
- Run generators with
- See workflow.md
- Use the generator-mean-seed generators
- Go live
- To deploy to a (linux) server so others can see your code at a public website URL (up until now, everything has been on 'localhost' so is only visible on YOUR personal computer), do the following:
- Purchase hosting (i.e. from Digital Ocean, Rackspace, AWS)
- See deploy.md
- To deploy to a (linux) server so others can see your code at a public website URL (up until now, everything has been on 'localhost' so is only visible on YOUR personal computer), do the following: