This is my third project with React on bootcamp Driven Education. It consist in a Single Page Aplication (SPA), using React Router. The idea of this project is a mobile cinema booking application where you can easily buy tickets for new movies.
# Clone this repoository
$ git clone https://github.com/thalesgomest/cineflex.git
# Change to project directory
$ cd cineflex
# Install all dependencies
$ npm i
# Run the project with
$ npm start
# You can optionally build the project running
$ npm run build
# Finally
$ The server will start on port:3000. Access http://localhost:3000 on your favorite browser