Skip to content

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.

License

Notifications You must be signed in to change notification settings

ArchitectNow/ArchitectNow.Boilerplate.Angular2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchitectNow.Boilerplate.Angular2

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.

Prerequisites

  • Node (version >= 6)

How to Install

# 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

How to Rename Project (windows only)

  1. Navigate to scripts folder
  2. Run PrepareProject.bat
  3. Enter the desired namespace
  4. Delete the scripts folder

TODO:

  • add bash option for renaming project

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published