This repository is a prototype for developing fast angularjs application
These instructions will help you to use this Web Developement prototype for all your next Web project
You want to have clone this repository and have installed Node.js in your laptop if you have Node.js already installed , type this command to check your version
node -v
After cloning the project in your local machine , enter this command :
npm install
And wait until the installation is done , then start the project
gulp start
In folder /app/Components you will find a components folders inside each folder you see a javascript and html file , add your component logic and template After that you have to Register the name of the module in /app/Components/Components.module.js
In app/Services/ you have to create your bussines logic ( Database implmentation, Components Communication ..)
For the web page you have to add a file in app/Pages directory There is an example how to use it with the routing
There is a folder called sass in src/ folder , you can make your own style for the project
In this section the project will generate for you a folder called build/ select those files and put them in a hosting website
- Jemhour Mehdi - My web Developement prototype with AngularJS
- Project made with Love <3
This project is licensed under the MIT License - see the LICENSE.md file for details