Skip to content

jemhourmehdi/Web-Developement-Prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Developement-Prototype

This repository is a prototype for developing fast angularjs application

Getting Started

These instructions will help you to use this Web Developement prototype for all your next Web project

Prerequisites

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

Installing

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

Create your component

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

Create a Service

In app/Services/ you have to create your bussines logic ( Database implmentation, Components Communication ..)

Create Web Page

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

Making your own style

There is a folder called sass in src/ folder , you can make your own style for the project

Deployment

In this section the project will generate for you a folder called build/ select those files and put them in a hosting website

Authors

  • Jemhour Mehdi - My web Developement prototype with AngularJS
  • Project made with Love <3

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

This repository is a prototype for developing fast angularjs application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors