romuloctba / simple-react-ts-starter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 38.7%Language:TypeScript 37.9%Language:HTML 14.5%Language:SCSS 8.9%