Frontend dev Boilerplate
Getting started:
- Open your terminal and clone the repo.
- Then run:
> npm installto download and install all dependencies.> npm run testto verify everything is up and running.> npm startto start the environment.- go to
localhost://8888to see this page. - enjoy auto-reload, JavaScript transpiling and Sass preprocessing 😎
Build and Deploy:
- Just run:
> npm run deploy- Your project will be uploaded to Github Pages using:
https://your_github_user.github.io/project_name
Work in progress:
For any inquiries feel free to open a pull request or contact me on twitter @d4vecarter
