Skip to content

simplydemo/react-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-notes-app

This project was bootstrapped with React Notes App Tutorial from Scratch.
Thanks to Chris Blakely for the tutorial.

Git

git clone https://github.com/simplydemo/react-notes-app.git

cd react-notes-app

Install Dependencies

npm install

Available Scripts

#  run in development
npm run startdev

# run in production
npm run startprd

# 
npm test

# 
npm run build

# 
npm run eject

# clear cache
npm cache clean --force

Build Docker Image

docker build -t symplesims/react-notes-app:local-1.0 -f ./cicd/docker/Dockerfile .

Docker Run

docker-compose -f ./cicd/docker/docker-compose.yaml up -d

# Delete container
# docker-compose -f ./cicd/docker/docker-compose.yaml down

Project initialize

  • create-react-app
npx create-react-app react-notes-app
  • install components
npm install --save react-icons
npm install --save react-bootstrap bootstrap
npm install --save react-router-dom
npm install --save http-proxy-middleware

Components

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

React 메모 애플리케이션 데모

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published