Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 327 Bytes

Getting Started

To get started, first install all the necessary dependencies.

> npm install

Run an initial webpack build

> webpack

Start the development server (changes will now update live in browser)

> npm run start

To view your project, go to: http://localhost:3000/