Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 296 Bytes

Web Template

A template for building web applications. Uses React as the main front end framework.

Getting Started

# Install dependencies
$ npm install

# Running in development mode
$ npm run dev

# Building for production
# This will remove the `dist` directory
$ npm run build