/react-ts-client

React-TS-Client is minimal client side React boilerplate with support for hot module reload, TypeScript and up-to-date dependencies.

Primary LanguageCSS

React-TS-Client

Dependencies

React-TS-Client is minimal client side React boilerplate with support for hot module reload, TypeScript and up-to-date dependencies.

Technologies

👇 Includes
âš™ Babel 7
📦 Webpack 4
🤖 Express Server
âš› React 16
🌈 TypeScript
🕸 CSS Modules
🎨 PostCSS
💅 Styled Components
🔥 Hot Module Replacement

Install dependencies

npm install

Runs the app in the development mode

Build and open your browser to http://localhost:9000.

npm run dev

Linting JS & CSS

npm run lint

Builds and runs the app in production

npm run prod

Start server

npm run start

Ready to deploy 🚀