From cc6274e4f87ccdad72920c950e1c7352d90bdb99 Mon Sep 17 00:00:00 2001 From: Gabriel_S <gash18@inf.ufpr.br> Date: Fri, 7 Feb 2020 11:31:10 -0300 Subject: [PATCH] Issue #5: Atualizar README.md Signed-off-by: Gabriel_S <gash18@inf.ufpr.br> --- README.md | 13 ++++++++++--- src/App.js | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b5899d..bb30307 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,20 @@ ## BUILD +# Preqrequisite packages + +`npm install` + +`npm install react-router-dom` + +`npm install axios` + # Development -```npm run build``` +`npm run build` # Produção -```REACT_APP_STAGE="production" npm run build``` - +`REACT_APP_STAGE="production" npm run build` This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). diff --git a/src/App.js b/src/App.js index 695974d..c12655e 100644 --- a/src/App.js +++ b/src/App.js @@ -11,6 +11,6 @@ function App() { <Route path="/answer/:id" component={AnswerForm} /> </HashRouter> ); -} + } export default App; \ No newline at end of file -- GitLab