diff --git a/README.md b/README.md index 9b5899d41d2da4505769e4bfe77601862c6d8f7c..bb303074807fcffe000b8dc4e475c692d8197791 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 695974df0818fc20854f0d61b22252289f1e5b6f..c12655e9d74fc4423e5f3f0e8b66391bd9321c09 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