/frontend-skeleton

A skeleton app with a Make build system, ReactJS, Wisp, JSX, SCSS, filesystem watching, etc.

Primary LanguageJavaScript

Front-end Skeleton

This can be used as a base for any React.js based app. Supports SCSS, JSX, and Wisp compilation out of the box. Everything is run on make.

Usage

Install dependencies using npm:

npm install

Then, develop with one command:

make dev