Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 739 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 739 Bytes

ES6 Setup Template

Project Template Preview

Preview

How to use

[Note: You need to have Node.js installed on your machine. Use yarn or npm to run the commands. Not both. I prefer yarn. But you can use npm if you want.]

  1. Clone this repo git clone https://github.com/mdmarufsarker/es6-project-template.git
  2. Run npm install or yarn install
  3. Run npm run dev or yarn dev to start the development server
  4. Run npm run build or yarn build to build the project for production

Features

  • ES6 to ES5
  • SCSS to CSS

License

MIT

Author

Maruf Sarker