mdmarufsarker / es6-project-template

ES6 Project Setup Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ES6 Project Setup Template

License:MIT License


Languages

Language:SCSS 49.0%Language:JavaScript 38.7%Language:HTML 12.3%