Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 581 Bytes

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.