UnkAtreus / Front_end_CPE_Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React front-end project

  • สร้าง 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

// First Install
npm install
// Develop
npm start

Template Project Cradit

P'Tode and P'Tum

About


Languages

Language:JavaScript 80.7%Language:CSS 15.3%Language:HTML 4.1%Language:Shell 0.0%