This repo contains a boilerplate Angular2 project used by ArchitectNow to kickstart specific client projects. This code is also used in various presentations and demonstrations.
- Node (version >= 6)
# Note: If on windows, open command line as administrator
# Clone this repo
git clone --depth=1 https://github.com/ArchitectNow/ArchitectNow.Boilerplate.Angular2
# Navigate to the frontend folder contaning the `package.json`
cd ArchitectNow.Boilerplate.Angular2/src/ArchitectNow.Boilerplate.Angular2
# install webpack and other frontend tools via npm
npm install
npm start
# if npm start fails, rebuild the project and try again
npm rebuild
npm start
- Navigate to scripts folder
- Run PrepareProject.bat
- Enter the desired namespace
- Delete the scripts folder
- add bash option for renaming project