Co-space provide all information you need about coworking spaces in indonesia.
test
- Node.js
- React.js
- React Router
- React Redux
- Redux
- Redux Thunk / Redux Saga
- Netlify
- CloudFlare
- Uniregistry
src
index.js
: configures the whole React + Router + ReduxApp.js
: sets the routes forpages
styles
: all global styles*.css
templates
: wrapspages
components*.js
: usually formatted asLayout*
pages
: containslarge
components*.js
large
: containsmedium
components*.js
medium
: containssmall
components*.js
small
: contains primitive DOM components*.js
redux
stores
reducers
actions
containers
Install yarn
with npm
npm install -g yarn
yarn install
yarn dev
yarn build
node
=> react
=> react-scripts
=> react-app-rewired
GitHub => Netlify => CloudFlare
yarn deploy
Route | Component |
---|---|
/ |
home |
/register |
register |
/login |
login |
/profile |
profile |
/setting |
setting |