Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivajangra/angular-2_setup
Angular 2/5 setup for beginner (setup directly without angular-cli)
https://github.com/shivajangra/angular-2_setup
angular angular-2 angular-cli angular2 angular4 angular5
Last synced: about 1 month ago
JSON representation
Angular 2/5 setup for beginner (setup directly without angular-cli)
- Host: GitHub
- URL: https://github.com/shivajangra/angular-2_setup
- Owner: shivajangra
- Created: 2017-07-02T08:30:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T10:47:34.000Z (over 7 years ago)
- Last Synced: 2024-11-10T12:49:22.547Z (3 months ago)
- Topics: angular, angular-2, angular-cli, angular2, angular4, angular5
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular_2_setup
Angular 2 setup for beginnerThis is a base template for Angular 2/4 . It contains the core files you will need when starting an Angular 2/4 project.
Let start the project### Install Node.js and npm
Download the latest version of Node.js if you do not already have it installed on your machine. This download will also
include the latest version of npm.https://nodejs.org/en/download/
### Download this Repository
Clone this repo into a new project folder.
https://github.com/shivajangra/angular-2_setup.git
### Install Libraries and Dependencies
This will install all libraries and dependencies.
`npm install`
### Run the Project
Now you can start the TypeScript compiler in watch mode and run lite-server with automatic refreshing.
`npm start`
***