UnkAtreus / tagteam_sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React starter project [Blank]

  • สร้าง Project structure โดยใช้ create-react-app
  • สร้าง Theme โดยใช้ Styled Components
  • สร้าง Styleguide โดยใช้ React Styleguidist

Project structure

my-app
├── config
├── node_modules
├── public
│   └── css
│   └── favicons
│   └── fonts
│   └── index.html
│   └── manifest.json
├── scripts
├── src
│   └── actions
│   └── apiService
│   └── components
│   └── containers
│   └── context
│   └── helpers
│   └── reducers
│   └── themes
│   └── App.js
│   └── App.test.js
│   └── index.js
│   └── registerServiceWorker.js
├── .babelrc
├── .env
├── .gitignore
├── package.json
├── server.js
├── styleguide.config.js
└── web.config

Commands

// Develop
npm start

// Styleguide
npm run styleguide

// Build
npm run build

About


Languages

Language:JavaScript 95.0%Language:HTML 3.1%Language:CSS 1.9%Language:Shell 0.0%