Information about the software development of Filosinapsis
⭐ Hope you liked this project. Give it a star! 🎉
💻 Once you have cloned or directly downloaded this repository: Open a terminal, go to the project folder and run:
📦 Install the dependencies
npm install
💻 Start development mode
npm start
🎉 Great! Start using or developing in the Filosinapsis Software Engineering project.
The website is implemented with a small testing snippet to verify that it rederizes without any problem
it('renders slogan without crash', () => {
const { getByText } = render(<App/>);
const sloganElement = getByText(/Creando software para el aprendizaje/i);
expect(sloganElement).toBeInTheDocument();
});
- Marcelo Arias -
@360macky
Distributed under the MIT License.
See LICENSE
for more information.