Skip to content

geniusgordon/frontend-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-template Build Status

Getting Started

git clone https://github.com/geniusgordon/frontend-template
cd frontend-template
yarn # install dependencies

Run in development

uses webpack-dev-server

yarn run dev 

Run in production

NODE_ENV=production
yarn run build
yarn start

What’s Inside?

Structure

the ducks file structure

frontend-template/src/
  containers/
    ContainerName/
      actions.js
      actionTypes.js
      index.js
      reducer.js
      style.css
      tests/
        reducer.test.js                                                                                                              
    core/
      actions.js
      api.js
      DevTools.js
      reducers.js
      Root.js
      store.js
    index.js
    routes/
    sagas/

About

react template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published