Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhyuen/frontend-boilerplate
Boiler Plate for buliding React Pages
https://github.com/rhyuen/frontend-boilerplate
babel docker prettier react webpack
Last synced: 6 days ago
JSON representation
Boiler Plate for buliding React Pages
- Host: GitHub
- URL: https://github.com/rhyuen/frontend-boilerplate
- Owner: rhyuen
- Created: 2018-01-02T01:44:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T23:25:47.000Z (almost 2 years ago)
- Last Synced: 2023-10-12T15:28:59.818Z (about 1 year ago)
- Topics: babel, docker, prettier, react, webpack
- Language: JavaScript
- Homepage:
- Size: 2.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ABOUT
Just a front-end repository so I can get going with Front-End development more quickly.
> - FE10-19 - Updates for Vulns, Misnamed Files and React Hooks. Adding React Router.
> - DE18-18 - Added Error Boundary to Index.jsx
> - DE18-18 - Made Production builds use React and ReactDOM use CDN links instead of serving it in the bundle.
> - DE18-18 - Added Webpack Merge for difference webpack.config.js files ('development' and 'production')
> - DE18-18 - Added React-axe
> - DE18-18 - Added back .babelrc, added babel-jest babel-core@bridge for jest testing
> - DE17-18 - Added React Hot Loading, Dynamic Import for ReactSuspense
> - DE17-18 - Enabled React.StrictMode
> - DE17-18 - Added Webpack Bundle Analyzer
> - DE17-18 - Added Sourcemaps
> - DE10-18 - Updated Webpack 3 to Webpack 4
> - OC21-18 - Adding favicon.ico
> - OC21-18 - Adding file-loader, copy-webpack-plugin
> - OC21-18 - Removing yarn.lock# INSTALL
> npm install
Alternatively, if you have yarn installed,
> yarn install
# RUNNING LOCALLY
To Run,
> npm run dev
or
> yarn dev
# DOCKER
To make it go on Docker,
> docker built -t febp .
> docker run -p 8080:80 --name=febp febp