8000 GitHub - AlexFrazer/web-template: Web boilerplate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AlexFrazer/web-template

Repository files navigation

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
0