Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 572 Bytes

File metadata and controls

46 lines (35 loc) · 572 Bytes

reactjs-typescript

React js project that combine the most recent modern technologies together, which make it easy for people who are starting new project.

Important

Read me is not Not finished yet

Technology Stack:

  • React 16.10 Using Context API
  • Sass
  • webpack
  • typescript
  • Bootstrap
  • Jest framework

How to install

git clone https://github.com/MostafaBalata/react-starter.git
yarn

or for npm users

npm i

How to Run

yarn serve

check it on

http://localhost:8080/#/dashboard

How to test

yarn test