/simple-react-ts-starter

Quick starter with React, TS, Sass, Normalize.css and The New Reset

Primary LanguageJavaScript

Simple React Ts Starter

I use this repo as base for simple static-file ReactJs projects, usually SPA's, without routing.


How to Use:

  1. $ npm install

  2. $ npm start runs webpack dev server on localhost:3000

  3. $ npm build generates the static files


Contains:

Why?

To use CRA or NextJS sometimes just feels like too much.