Skip to content
/ frontend-starter Public template

A starter front-end project with ES6 and Webpack.

Notifications You must be signed in to change notification settings

rdnsan/frontend-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon

Front End Starter

A starter front-end project with ES6 and Webpack.

version 1.0.0 license MIT author Ridwan Ikhsan

Installation

Install dependencies

$ yarn
# ... or ...
$ npm install

Run Project Locally

Start the development server

$ yarn dev
# ... or ...
$ npm run dev

Server running at http://localhost:3000

Build

Build for Production

$ yarn build
# ... or ...
$ npm run build

License

MIT © Ridwan Ikhsan