1.0.0 • Published 5 years ago
cra-template-gomench-reactjs v1.0.0
GoMench - React Js CRA Template
This project was created and bootstrapped with create-react-app with GoMench React Js template. If you wanna create a project on your own, just run npx create-react-app --template gomench-reactjs
.
How to run and build
*this was created with yarn
so feel free to run npm
commands instead.
yarn start
runs this application in port3000
yarn build
to build on production modeyarn test
to run tests (should store in tests folder)
Basic Dependencies and important rules
React Root Import
This template uses babel-plugin-root-import
and when you import some module, just use ~/
before any file under ./src
folder and your IDE intellisense will find what you are looking for.
Styled Components
Create global CSS rules inside ~/styles/global.js
module, and create styled components files whenever it's necessary.
GoMench
GoMench is a startup software house that aims to create application for better future. Visit us in GoMench and keep up to get the news.
1.0.0
5 years ago