- Video registration / Editing / Removal
- Title
- URL
- Category
- Highlighted
- Preview
- List of videos
- Single video
- Webpack 3+
- Babel
- React hot loader
- HTML and CSS generated automatically by webpack
- Webpack tree shaking!
- Firebase
- Redux
- Preact for production build (optional)
- Node.js
>=
v6;
- Clone this repository;
- Remove
.git
directory; - Install dependencies:
yarn
(ornpm i
); - Run
yarn dev
(ornpm start
) to develop onhttp://localhost:3000
- Run
yarn build
(ornpm run build
) for production build (files will be generated ondist
directory)
yarn dev (or npm run dev)
: Starts the application on development modeyarn test (or npm test)
: Run tests onceyarn test:watch (or npm run test:watch)
: Run tests in watch modeyarn build (or npm run build)
: Build project to productionyarn build:analyzer (or npm run build:analyzer)
: Build project to production and open bundle analyzer on8888
portyarn storybook (or npm run storybook)
: Run Storybook on6006
portyarn storybook:build
: Build Storybook to static filesyarn start (or npm start)
: Special script reserved to run production code. Change as you wish. For now, it is the same asyarn dev
.
MIT © André Almeida