Skip to content

Just a boilerplate to a frontend project (HTML, CSS and JS)

Notifications You must be signed in to change notification settings

lemamon/frontend-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-boilerplate

Just a boilerplate to a frontend project (HTML, CSS and JS)

To execute this project you need install:

  • NodeJs - version 8.10.0

After clone this repo, install dependences:

  • npm install

or

  • yarn install

To run dev server:

  • npm run dev

or

  • yarn dev

To build project:

  • npm run build

or

  • yarn build

To run production server (the production server execute build before):

  • npm start

or

  • yarn start

About

Just a boilerplate to a frontend project (HTML, CSS and JS)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published